html,
body {
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: #333;
    line-height: 24px;
    min-width: 1400px;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
img {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #ca0006;
}

.clear_both:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}

.main1300 {
    width: 1300px;
    margin: 0 auto;
}

.menu {
    height: 100px;
    background-color: #ca0006;
}

.menu_left {
    float: left;
}

.menu_left img {
    float: left;
    margin: 28px 0 0 0;
}

.menu_left span {
    display: block;
    width: 1px;
    height: 29px;
    background-color: #f4c6c6;
    float: left;
    margin: 37px 15px 0;
}

ul.menu_right {
    float: right;
    line-height: 100px;
    height: 100px;
}

ul.menu_right li {
    display: inline-block;
    font-size: 18px;
    margin-left: 40px;
}

ul.menu_right li a {
    color: #fff;
}

ul.menu_right li:hover,
ul.menu_right li.active {
    background: url('../images/menu-icon.png') center 68px no-repeat;
}

.banner_focus {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.banner_focus .bd li {
    zoom: 1;
    display: flex;
    justify-content: center;
}

.banner_focus .bd img {
    width: 2560px;
    height: 400px;
}

.banner_focus .hd {
    width: 100%;
    height: 6px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 1;
}

.banner_focus .hd ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
}

.banner_focus .hd ul li {
    width: 36px;
    height: 6px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
}

.banner_focus .hd ul li.on {
    background-color: #fff;
}


.hxyw_row {
    height: 230px;
    background-color: #fff;
}

.hxyw_row ul {
    text-align: center;
    padding: 46px 110px 0;
}

.hxyw_row ul li {
    display: inline-block;
    width: 130px;
    margin-left: 170px;
}

.hxyw_row ul li:first-child {
    margin-left: 0;
}

.hxyw_row ul li i {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 0 0 20px;
}

.hxyw_row ul li:nth-child(1) i {
    background: url('../images/hxyw-icon1.png') no-repeat;
}

.hxyw_row ul li:nth-child(1) a:hover i {
    background: url('../images/hxyw-icon1a.png') no-repeat;
}

.hxyw_row ul li.active:nth-child(1) i {
    background: url('../images/hxyw-icon1a.png') no-repeat;
}

.hxyw_row ul li:nth-child(2) i {
    background: url('../images/hxyw-icon2.png') no-repeat;
}

.hxyw_row ul li:nth-child(2) a:hover i {
    background: url('../images/hxyw-icon2a.png') no-repeat;
}

.hxyw_row ul li.active:nth-child(2) i {
    background: url('../images/hxyw-icon2a.png') no-repeat;
}

.hxyw_row ul li:nth-child(3) i {
    background: url('../images/hxyw-icon3.png') no-repeat;
}

.hxyw_row ul li:nth-child(3) a:hover i {
    background: url('../images/hxyw-icon3a.png') no-repeat;
}

.hxyw_row ul li.active:nth-child(3) i {
    background: url('../images/hxyw-icon3a.png') no-repeat;
}

.hxyw_row ul li:nth-child(4) i {
    background: url('../images/hxyw-icon4.png') no-repeat;
}

.hxyw_row ul li:nth-child(4) a:hover i {
    background: url('../images/hxyw-icon4a.png') no-repeat;
}

.hxyw_row ul li.active:nth-child(4) i {
    background: url('../images/hxyw-icon4a.png') no-repeat;
}

.hxyw_row ul li p {
    padding-top: 10px;
    font-size: 20px;
}

.hxyw_row ul li.active p {
    color: #ca0006;
}

.main_center {
    background-color: #fff;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
}

.focus_row {
    width: 690px;
    height: 446px;
    overflow: hidden;
    position: relative;
    float: left;
}

.focus_row .hd {
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 12px;
    right: 30px;
}

.focus_row .hd ul {
    zoom: 1;
    float: left;
}

.focus_row .hd ul li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    float: left;
    margin: 0 0 0 8px;
    border-radius: 5px;
}

.focus_row .hd ul li.on {
    width: 24px;
    background: #ca0006;
    margin-top: 0;
}

.focus_row .bd {
    position: relative;
    height: 446px;
    z-index: 0;
}

.focus_row .bd li {
    width: 690px;
    height: 446px;
    zoom: 1;
}

.focus_row .bd img {
    width: 690px;
    height: 446px;
    transition: all 0.5s linear;
}

.focus_row .bd img:hover {
    transform: scale(1.03);
}

.focus_row .bd h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 530px;
    margin-left: 16px;
    z-index: 111;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.focus_row .bd h1 a {
    color: #fff;
}

.focus_row .bd div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 40px;
}

.trends_row {
    width: 510px;
    float: right;
}

.title {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 6px;
}

.title img {
    float: left;
    padding: 3px 12px 0 0;
}

.title span {
    font-size: 20px;
    color: #ca0006;
}

.title a {
    float: right;
    font-size: 15px;
    color: #999;
}

.title a:hover {
    color: #ca0006;
}

dl.trends_top {
    padding-top: 10px;
}

dl.trends_top dt {
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

dl.trends_top dd {
    font-size: 15px;
    color: #878787;
    margin-top: 6px;
    max-height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.trends_news {
    font-size: 16px;
    line-height: 40px;
    padding-top: 16px;
}

ul.trends_news li {
    background: url('../images/trends-news-icon.png') left center no-repeat;
    padding-left: 20px;
	overflow:hidden;
}

ul.trends_news li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.apply_block {
    padding-top: 22px;
}

.apply_img {
    float: left;
}

.apply_img img {
    width: 95px;
    height: 95px;
}

.call_block {
    float: right;
    width: 400px;
    height: 95px;
    background: url('../images/phone-bg.png') no-repeat;
}

.call_left {
    width: 210px;
    float: left;
    padding-left: 82px;
}

.call_left h1 {
    font-size: 24px;
    font-weight: bold;
    color: #999;
    padding-top: 20px;
}

.call_left p {
    font-size: 18px;
    color: #666;
    padding-top: 5px;
}

.call_left p b {
    padding-left: 6px;
}

.call_block img {
    width: 74px;
    height: 74px;
    float: right;
    padding: 10px 20px 0 0;
}

.banner_center {
    padding-top: 30px;
}

.banner_center img {
    width: 1240px;
    height: 88px;
}

.service {
    width: 690px;
    padding-top: 30px;
    float: left;
}

ul.service_bottom li {
    width: 330px;
    height: 268px;
    border-radius: 8px;
    background-color: #f8f8f8;
    overflow: hidden;
    float: left;
    margin-top: 30px;
    transition: all 0.3s linear;
}

ul.service_bottom li:nth-child(2n) {
    margin-left: 30px;
}

ul.service_bottom li p {
    padding: 10px 20px 0;
    font-size: 16px;
    color: #666;
    text-align: justify;
    max-height: 72px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

ul.service_bottom li:hover {
    transform: translateY(-5px);
}

.about_us {
    width: 510px;
    padding-top: 30px;
    float: right;
}

dl.about_us_bottom {
    height: 566px;
    background-color: #f8f8f8;
}

dl.about_us_bottom dt {
    width: 510px;
    height: 288px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

dl.about_us_bottom dt img {
    width: 510px;
    height: 288px;
    position: relative;
}

dl.about_us_bottom dt i {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/video-icon.png') center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

dl.about_us_bottom dd {
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    padding: 20px 30px 0;
    line-height: 30px;
    max-height: 240px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.teaching {
    padding-top: 30px;
}

.teaching_bottom {
    width: 1240px;
    position: relative;
    float: left;
    margin: 26px 0 0 0;
    overflow: hidden;
}

.teaching_bottom .hd .prev,
.teaching_bottom .hd .next {
    display: block;
    width: 22px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    z-index: 100;
    opacity: 0;
    transition: all 0.3s linear;
}

.teaching_bottom .hd .prev {
    background: url("../images/teaching-prev.png") no-repeat;
    left: 0;
}

.teaching_bottom .hd .next {
    background: url("../images/teaching-next.png") no-repeat;
    right: 0;
}

.teaching_bottom:hover .hd .prev,
.teaching_bottom:hover .hd .next {
    opacity: 1;
}

.teaching_bottom .bd ul {
    overflow: hidden;
    zoom: 1;
}

.teaching_bottom .bd ul li {
    width: 228px;
    height: 154px;
    background-color: #fff;
    margin: 0 25px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    position: relative;
}

.teaching_bottom .bd ul li img {
    width: 228px;
    height: 154px;
    display: block;
    transition: all 0.3s linear;
}

.teaching_bottom .bd ul li:hover img {
    transform: scale(1.03);
}

.teaching_bottom .bd ul li p {
    width: 228px;
    height: 34px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.environment {
    padding-top: 30px;
}

.environment_bottom {
    padding-top: 26px;
}

.environment_left {
    width: 732px;
    float: left;
}

.environment_left p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    height: 150px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.environment_left ul li {
    float: left;
    margin: 20px 0 0 24px;
    width: 228px;
    height: 154px;
    overflow: hidden;
}

.environment_left ul li:first-child {
    margin-left: 0;
}

.environment_left ul li img {
    width: 228px;
    height: 154px;
    transition: all 0.3s linear;
}

.environment_left ul li:hover img {
    transform: scale(1.03);
}

.environment_right {
    float: right;
    width: 480px;
    height: 324px;
    overflow: hidden;
    transition: all 0.3s linear;
}

.environment_right img {
    width: 480px;
    height: 324px;
    transition: all 0.3s linear;
}

.environment_right a:hover img {
    transform: scale(1.03);
}

.gnosis {
    padding-top: 30px;
    width: 690px;
    float: left;
}

ul.gnosis_block {
    line-height: 36px;
    padding-top: 16px;
}

ul.gnosis_block li {
    background: url('../images/gnosis-icon.png') left center no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
}

ul.gnosis_block li p {
    width: 550px;
    float: left;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.gnosis_block li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.hot_topic {
    padding-top: 30px;
    width: 510px;
    float: right;
}

ul.hot_topic_block {
    line-height: 36px;
    padding-top: 16px;
}

ul.hot_topic_block li {
    background: url('../images/trends-news-icon.png') left center no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
}

ul.hot_topic_block li p {
    width: 390px;
    float: left;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.hot_topic_block li span {
    float: right;
    font-size: 14px;
    color: #999;
}


.footer {
    background-color: #ca0006;
    padding: 50px 0;
}

.cooperator {
    width: 870px;
    float: left;
}

.cooperator h1 {
    font-size: 26px;
    color: #fff;
}

.cooperator ul {
    font-size: 16px;
    padding-top: 26px;
}

.cooperator ul li {
    float: left;
    margin-right: 18px;
}

.cooperator ul li a {
    color: #fff;
}

.cooperator ul li a:hover {
    text-decoration: underline;
}

.cooperator .footer_more {
    padding-top: 26px;
    font-size: 14px;
}

.cooperator .footer_more a {
    display: block;
    width: 78px;
    height: 24px;
    border: 1px solid #e9bcbd;
    border-radius: 12px;
    color: #e9bcbd;
    text-align: center;
}

.footer_logo {
    float: right;
}

/* 通用页脚的信息 */
.bqxx {
	width: 1300px;
	margin: 20px auto 0px auto;
	text-align: center;
	padding-bottom: 40px;
}